Versions:
ingitdb 0.40.1 is a command-line database client designed for teams that want to treat structured data with the same rigor they apply to source code. Because the storage engine is an ordinary Git repository, every insert, update, or schema migration is recorded as an immutable commit, yielding built-in audit trails, branching, and pull-request workflows without additional tooling. Collections and their JSON-schema contracts are declared in simple YAML files placed inside the repo; once pushed, the CLI enforces those rules on every write, preventing bad data from ever reaching production. This design makes the tool attractive for content-heavy applications, feature-flag repositories, localization tables, or any project where configuration records must stay human-readable, diff-friendly, and version-controlled. The embedded AI features—vector indexing and semantic search—operate directly on the YAML/JSON documents, letting developers build retrieval-augmented generation pipelines or similarity look-ups without standing up a separate vector store. ingitdb ships in three published versions, with 0.40.1 being the current stable release, and can be invoked from CI jobs, Docker containers, or local development shells running Windows, macOS, or Linux. By collapsing the database layer into the same Git workflow used for code, the utility eliminates the friction of synchronizing schemas, seed data, or rollback scripts across environments, turning pull requests into the single source of truth for both application logic and its underlying data model. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.
Tags: